home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16758 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  893 b 

  1. Path: ousrvr3.oulu.fi!news
  2. From: Arto Pesonen <artsi@ee.oulu.fi>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Compiler bug in Borland C++ 5.0
  5. Date: Fri, 12 Apr 1996 08:50:13 +0300
  6. Organization: University of Oulu
  7. Message-ID: <316DEF15.2454@ee.oulu.fi>
  8. References: <316A22E0.47B6@ee.oulu.fi> <marnoldDpLAwv.Apz@netcom.com>
  9. NNTP-Posting-Host: s-tko-pc11.oulu.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Matt Arnold wrote:
  16. >... 
  17. > Your best bet is probably to just stick with byte alignment.  Why
  18. > are you changing it anyway?
  19.  
  20. Problem was that I had project made with BC4.52 and there was double 
  21. word data aligment set. So it worked with BC4.52. When I compiled that 
  22. project with new compiler it did not worked anymore. It sure took long 
  23. time to figure it out why it worked like this.
  24.  
  25. Regards,
  26.  
  27. Arto Pesonen
  28.